From: Boyuan Yang <073plan@gmail.com> Date: Thu, 27 Jul 2017 12:57:00 +0000 (+0800) Subject: debian: fix problems found by lintian. X-Git-Tag: archive/raspbian/5.7.12-2+rpi1^2~189 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=f949b33539db71a55a64e32ed0d5f3e670fd2ed7;p=dtkcore.git debian: fix problems found by lintian. --- diff --git a/debian/changelog b/debian/changelog index 2fb2354..0ddf55f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -dtkcore (0.3.3-1.1) unstable; urgency=medium +dtkcore (0.3.3-1) unstable; urgency=medium * Initial Release. (Closes: #888888) - -- Boyuan Yang <073plan@gmail.com> Thu, 27 Jul 2017 20:39:05 +0800 + -- Boyuan Yang <073plan@gmail.com> Thu, 27 Jul 2017 20:54:25 +0800 diff --git a/debian/control b/debian/control index 09b18d2..5694d0c 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,9 @@ Build-Depends: qtbase5-private-dev, qttools5-dev-tools, Standards-Version: 4.0.0 +Homepage: https://www.deepin.org/ +Vcs-Git: https://anonscm.debian.org/git/collab-maint/dtkcore.git +Vcs-Browser: https://anonscm.debian.org/git/collab-maint/dtkcore.git Package: libdtkcore1 Architecture: any @@ -28,6 +31,7 @@ Description: Deepin Tool Kit Core library Package: libdtkcore-dev Architecture: any +Section: libdevel Depends: ${misc:Depends}, ${shlibs:Depends}, diff --git a/debian/copyright b/debian/copyright index 9f05d20..986ee7c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,11 +3,11 @@ Upstream-Name: dtkcore Source: https://github.com/linuxdeepin/dtkcore Files: * -Copyright: Deepin Technology Co., Ltd. +Copyright: 2010-2017, Deepin Technology Co., Ltd. License: GPL-3+ Files: debian/* -Copyright: Deepin Technology Co., Ltd. +Copyright: 2010-2017, Deepin Technology Co., Ltd. 2017, Boyuan Yang <073plan@gmail.com> License: GPL-3+ diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..fba7e50 --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +version=4 +opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%dtkcore-$1.tar.gz%" \ + https://github.com/linuxdeepin/dtkcore/tags \ + (?:.*?/)?version/(\d[\d.]*)\.tar\.gz debian uupdate